Mounting NAS at startup with script for Time Machine Backup

you can mount and add Network attach storage with start-up script


1 - write your script

2- save script as Application and save it on your mac. ( i did save in applications )

3- add script to user login Item, and tick Hide box. (System Prefernces > user & groups > select your user > login item > + button > add script)

4- first time when you start mac with this startup script , you have to configure time machine backup as guest or registered user ( save login detail) , once this done , next you start or login in to mac script will run and connect to NAS with your setting.

script:

{

tell application "Finder"

mount volume "afp://ip address or nas address/time machine backup name"

end tell.

}


i did work for me .


Thanks

MacBook Pro, Mac OS X (10.7.5), Yosmite

Posted on Sep 5, 2015 12:04 AM

Reply
1 reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Mounting NAS at startup with script for Time Machine Backup

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.